The Dreamweaver JavaScript API > Table editing functions > dom.increaseColspan()

 

dom.insertTableColumns()

Availability

Dreamweaver 3.0

Description

Inserts the specified number of table columns into the current table.

Arguments

numberOfCols, bBeforeSelection

numberOfCols is the number of columns to insert.
bBeforeSelection is a Boolean value indicating whether the columns should be inserted before the column that contains the selection.

Returns

Nothing.

Enabler

dom.canInsertTableColumns()